home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo wide / musicFullScreen.xml < prev    next >
Extensible Markup Language  |  2007-08-20  |  989b  |  27 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- 
  3. Note:
  4. The GUIMusicFullscreen Window allows MediaPortal of host visualizations natively when using the core music player.
  5. This window cannot and should not attempt to display any overlays or other windows and mearlyserves as a back drop 
  6. for the System.Windows.Forms.UserControl based visualization window.  All overlay and status images are managed by
  7. the visualization window itself.  See MyMusicFullScreenVisualization.xml visualization window skinning options
  8. -->
  9. <window>
  10.   <id>511</id>
  11.   <defaultcontrol>10</defaultcontrol>
  12.   <allowoverlay>no</allowoverlay>
  13.   <controls>
  14.     <control>
  15.       <description>dummy control</description>
  16.       <type>label</type>
  17.       <id>10</id>
  18.       <posX>0</posX>
  19.       <posY>0</posY>
  20.       <label>-</label>
  21.       <align>left</align>
  22.       <font>font13</font>
  23.       <textcolor>White</textcolor>
  24.       <visible>no</visible>
  25.     </control>
  26.   </controls>
  27. </window>